Skip to content

Make an internal KeyPath helper final. #32088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 30, 2020

Conversation

jckarter
Copy link
Contributor

And remove an unnecessary override, so that further work will allow this method not to need a
vtable entry.

jckarter added 3 commits May 28, 2020 14:10
Client code can't override or subclass a `public` declaration already, so although the ABI differs, the API is the same
whether something is `final` or not.
And remove an unnecessary override, so that further work will allow this method not to need a
vtable entry.
@jckarter
Copy link
Contributor Author

@swift-ci Please test

@jckarter jckarter merged commit 124808d into swiftlang:master May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant